Module: SilverlineAPI
- Defined in:
- lib/librato_silverline_api.rb,
lib/librato_silverline_api/version.rb
Defined Under Namespace
Classes: Axis, Container, Server, Template
Constant Summary collapse
- VERSION =
"1.0.3"
Class Attribute Summary collapse
-
.key ⇒ Object
Returns the value of attribute key.
-
.last_response ⇒ Object
Returns the value of attribute last_response.
-
.site ⇒ Object
Returns the value of attribute site.
-
.url ⇒ Object
readonly
Returns the value of attribute url.
-
.username ⇒ Object
Returns the value of attribute username.
Class Attribute Details
.key ⇒ Object
Returns the value of attribute key.
26 27 28 |
# File 'lib/librato_silverline_api.rb', line 26 def key @key end |
.last_response ⇒ Object
Returns the value of attribute last_response.
26 27 28 |
# File 'lib/librato_silverline_api.rb', line 26 def last_response @last_response end |
.site ⇒ Object
Returns the value of attribute site.
26 27 28 |
# File 'lib/librato_silverline_api.rb', line 26 def site @site end |
.url ⇒ Object (readonly)
Returns the value of attribute url.
27 28 29 |
# File 'lib/librato_silverline_api.rb', line 27 def url @url end |
.username ⇒ Object
Returns the value of attribute username.
26 27 28 |
# File 'lib/librato_silverline_api.rb', line 26 def username @username end |